home *** CD-ROM | disk | FTP | other *** search
/ Workbench Design / WB Collection.iso / workbench werkzeuge / patches / openlibenhancer / openlibenhancer.doc < prev    next >
Text File  |  1996-04-07  |  3KB  |  90 lines

  1. OpenLibEnhancer                                               OpenLibEnhancer
  2.  
  3.    NAME
  4.     OpenLibEnhancer
  5.  
  6.    VERSION
  7.     OpenLibEnhancer 1.2 by Thomas Kessler (01.11.95)
  8.  
  9.    DISCLAIMER
  10.     Copyright ©1995 by
  11.     Thomas Kessler, Sonnenstrasse 95, D-91564 Neuendettelsau, Germany.
  12.  
  13.     This program is FREEWARE.
  14.  
  15.     If you like it, just send me something ($$, email, Zorro-III cards,
  16.     whatever-you-like) and you will become a registered user. You will
  17.     receive every update for free via email as registered user.
  18.  
  19.     It is illegal to distribute this program on disks which cost
  20.     more than US $5 per floppy disk, or more than US $20 per CD.
  21.  
  22.     This software is provided as-is, without warranty of any kind,
  23.     either expressed or implied. In no event will the author be liable
  24.     for direct, indirect, incidental or consequential damages or data
  25.     loss resulting from the use or application of this software. The
  26.     entire risk as to the results and performance of this software is
  27.     assumed by the user.
  28.  
  29.    SYNOPSIS
  30.     OpenLibEnhancer NOPROGDIR/S,NOLIBS/S,NOCLASSES/S
  31.  
  32.     NOPROGDIR   Do not search in PROGDIR:
  33.     NOLIBS      Do not search in PROGDIR:Libs/
  34.     NOCLASSES   Do not search in PROGDIR:Classes/
  35.  
  36.     Most users _won't_ need these switches.
  37.  
  38.    FUNCTION
  39.     If a program opens a library then the ramlib-module of
  40.     AmigaOS looks for it first in ROM and RAM, then in LIBS:
  41.     and then in the current directory.
  42.  
  43.     But if you start a program which has its own library in
  44.     its own directory by typing "dh1:owndir/myprogram" and
  45.     the current directory is your "SYS:" partition, your
  46.     program will not find the library (unless it searches
  47.     it in this special place).
  48.  
  49.     If a program looks for a library with a given path, e.g.
  50.     "Blubb:blubberlibs/blubber.library" and it does not find
  51.     it there, OpenLibEnhancer will also become active.
  52.  
  53.     OpenLibEnhancer enhances the OpenLibrary() function by
  54.     looking for your library in "PROGDIR:" "PROGDIR:Libs/"
  55.     and even in "PROGDIR:Classes/" if the library could not
  56.     be opened in the normal way.
  57.  
  58.     With OpenLibEnhancer there is no more need to type all
  59.     these assigns any more if you got a new program and you
  60.     just want to do a quick test without installing all the
  61.     data.
  62.  
  63.    INPUTS
  64.     None. Just start and forget it.
  65.  
  66.    NOTE
  67.     As the OpenLibrary() function is patched, your viruskiller
  68.     may report an unknown vector.
  69.  
  70.     Only the OpenLibrary() function is patched, but everything
  71.     should work also for those (poor) programs, which call
  72.     OldOpenLibrary(), because OldOpenLibrary() does nothing else
  73.     than calling OpenLibrary() with version 0. (That is the case
  74.     with OS3.x, I don't know about earlier releases of the OS :-)
  75.  
  76.     Start OpenLibEnhancer in your user-startup (after ENV: exists)
  77.     as it uses an environment-variable.
  78.  
  79.    HISTORY
  80.     1.0 (14.10.95)   First (not really) public release.
  81.     1.1 (15.10.95)   Fixed a very small bug which could lead
  82.                      to a crash in low-memory situations.
  83.                      Fixed PROGDIR: assign for WBStartup-programs.
  84.     1.2 (01.11.95)   Added commandline configuration.
  85.                      Added libname-strip
  86.  
  87.    AUTHOR
  88.     Thomas Kessler (kessler@fim.uni-erlangen.de)
  89.  
  90.